home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-serious-
/
programming
/
arexx
/
rxlistview
/
rxlistview.readme
< prev
next >
Wrap
Text File
|
1999-09-06
|
2KB
|
67 lines
rxlistview 1.8 - by Rolf Max Rotvel
DESCRIPTION:
A listview procedure (Or rather collection of procedures) for your
Arexx scripts.
INSTALLATION
Include it your Arexx scripts :-).
USAGE
Have a look at the included example script. For another example look
for ClipEd in the util/rexx directory on aminet (Current version is
cliped112.lha)
NOTE
If anyone has a way of detecting the use of ctrl as a qualifier then
please tell me. I'd really like to use ctrl-cursorup/down to move to the
top or bottom of the list.
CREDITS
Thanks to:
Preben Nielsen for showing me how to retrieve font info and mouse
coodinates.
Rick Younie's cy 1.1 for inspiration.
George Stagakis for his bug report.
COPYRIGHT
No copyright. Do whatever you want with this.
DISCLAIMER
It's your fault :-)
AUTHOR
Please send any comments or suggestions to me.
Email: rolfr@post4.tele.dk
Fidonet: 2:238/188.7
HISTORY:
1.4 - First release
1.5 - Moved all initialization stuff into seperate procedure called
only the first time listview is opened.
Added highlighting of selected line.
Various bugfixes and optimizations.
1.6 - Listview rolls over now.
Added support for inline keys.
Added support for Help and Delete keys.
Listview wasn't updated properly when adding entries.
Listview can handle empty lists now.
Many other internal changes.
Moved developer stuff to demo script.
1.7 - Fixed update error when 'rolling over' to the top.
Fixed stupid error in testscript (TESTSTEM.16...)
1.8 - Window is not automatically closed after selection. Ie: it only
needs to be closed when there's changes in the list.
A little optimization.
Added error exit if listview window can't be opened.
Fixed another error in testscript.